home *** CD-ROM | disk | FTP | other *** search
- // the declaration of netlist-related functions
- // Copyright (C) 1997 Kazutaka Hirata <khirata@jove.acs.unt.edu>
-
- #ifndef _NETLIST_H_
- #define _NETLIST_H_
-
- #include "../kbandata/kbandata.h"
-
- class NETLIST_ERROR {
- public:
- virtual void not_distinct(const char* comp_name);
- };
-
- void output_netlist(NETLIST_ERROR& ne, const char* fname, KBAN_DATA& kban_data);
-
- #endif /* _NETLIST_H_ */
-